home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / lib / python2.4 / encodings / cp856.pyc (.txt) < prev    next >
Python Compiled Bytecode  |  2005-10-18  |  4KB  |  167 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.4)
  3.  
  4. """ Python Character Mapping Codec generated from 'CP856.TXT' with gencodec.py.
  5.  
  6. Written by Marc-Andre Lemburg (mal@lemburg.com).
  7.  
  8. (c) Copyright CNRI, All Rights Reserved. NO WARRANTY.
  9. (c) Copyright 2000 Guido van Rossum.
  10.  
  11. """
  12. import codecs
  13.  
  14. class Codec(codecs.Codec):
  15.     
  16.     def encode(self, input, errors = 'strict'):
  17.         return codecs.charmap_encode(input, errors, encoding_map)
  18.  
  19.     
  20.     def decode(self, input, errors = 'strict'):
  21.         return codecs.charmap_decode(input, errors, decoding_map)
  22.  
  23.  
  24.  
  25. class StreamWriter(Codec, codecs.StreamWriter):
  26.     pass
  27.  
  28.  
  29. class StreamReader(Codec, codecs.StreamReader):
  30.     pass
  31.  
  32.  
  33. def getregentry():
  34.     return (Codec().encode, Codec().decode, StreamReader, StreamWriter)
  35.  
  36. decoding_map = codecs.make_identity_dict(range(256))
  37. decoding_map.update({
  38.     128: 1488,
  39.     129: 1489,
  40.     130: 1490,
  41.     131: 1491,
  42.     132: 1492,
  43.     133: 1493,
  44.     134: 1494,
  45.     135: 1495,
  46.     136: 1496,
  47.     137: 1497,
  48.     138: 1498,
  49.     139: 1499,
  50.     140: 1500,
  51.     141: 1501,
  52.     142: 1502,
  53.     143: 1503,
  54.     144: 1504,
  55.     145: 1505,
  56.     146: 1506,
  57.     147: 1507,
  58.     148: 1508,
  59.     149: 1509,
  60.     150: 1510,
  61.     151: 1511,
  62.     152: 1512,
  63.     153: 1513,
  64.     154: 1514,
  65.     155: None,
  66.     156: 163,
  67.     157: None,
  68.     158: 215,
  69.     159: None,
  70.     160: None,
  71.     161: None,
  72.     162: None,
  73.     163: None,
  74.     164: None,
  75.     165: None,
  76.     166: None,
  77.     167: None,
  78.     168: None,
  79.     169: 174,
  80.     170: 172,
  81.     171: 189,
  82.     172: 188,
  83.     173: None,
  84.     174: 171,
  85.     175: 187,
  86.     176: 9617,
  87.     177: 9618,
  88.     178: 9619,
  89.     179: 9474,
  90.     180: 9508,
  91.     181: None,
  92.     182: None,
  93.     183: None,
  94.     184: 169,
  95.     185: 9571,
  96.     186: 9553,
  97.     187: 9559,
  98.     188: 9565,
  99.     189: 162,
  100.     190: 165,
  101.     191: 9488,
  102.     192: 9492,
  103.     193: 9524,
  104.     194: 9516,
  105.     195: 9500,
  106.     196: 9472,
  107.     197: 9532,
  108.     198: None,
  109.     199: None,
  110.     200: 9562,
  111.     201: 9556,
  112.     202: 9577,
  113.     203: 9574,
  114.     204: 9568,
  115.     205: 9552,
  116.     206: 9580,
  117.     207: 164,
  118.     208: None,
  119.     209: None,
  120.     210: None,
  121.     211: None,
  122.     212: None,
  123.     213: None,
  124.     214: None,
  125.     215: None,
  126.     216: None,
  127.     217: 9496,
  128.     218: 9484,
  129.     219: 9608,
  130.     220: 9604,
  131.     221: 166,
  132.     222: None,
  133.     223: 9600,
  134.     224: None,
  135.     225: None,
  136.     226: None,
  137.     227: None,
  138.     228: None,
  139.     229: None,
  140.     230: 181,
  141.     231: None,
  142.     232: None,
  143.     233: None,
  144.     234: None,
  145.     235: None,
  146.     236: None,
  147.     237: None,
  148.     238: 175,
  149.     239: 180,
  150.     240: 173,
  151.     241: 177,
  152.     242: 8215,
  153.     243: 190,
  154.     244: 182,
  155.     245: 167,
  156.     246: 247,
  157.     247: 184,
  158.     248: 176,
  159.     249: 168,
  160.     250: 183,
  161.     251: 185,
  162.     252: 179,
  163.     253: 178,
  164.     254: 9632,
  165.     255: 160 })
  166. encoding_map = codecs.make_encoding_map(decoding_map)
  167.